home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00074_Script_74 < prev    next >
Text File  |  1997-09-29  |  772b  |  22 lines

  1. on initFIELD
  2.   put "?" into field "ans"
  3.   set the foreColor of member "ans" to 0
  4.   set the fontSize of member "ans" to 36
  5.   set the fontStyle of member "ans" to "plain"
  6.   set the font of member "ans" to "OSAKA"
  7.   
  8.   put "0" into field "齊笶ñんž"
  9.   set the fontSize of member "齊笶ñんž" to 18
  10.   set the fontStyle of member "齊笶ñんž" to "bold"
  11.   set the font of member "齊笶ñんž" to "times"
  12.   
  13.   put "0" into field "ïs齊笶ñんž"
  14.   set the fontSize of member "ïs齊笶ñんž" to 18
  15.   set the fontStyle of member "ïs齊笶ñんž" to "bold"
  16.   set the font of member "ïs齊笶ñんž" to "times"
  17.   
  18.   put "0" into field "馗ñれî"
  19.   set the fontSize of member "馗ñれî" to 18
  20.   set the fontStyle of member "馗ñれî" to "bold"
  21.   set the font of member "馗ñれî" to "times"
  22. end